Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-215395 | AIX7-00-003090 | SV-215395r508663_rule | Medium |
Description |
---|
Automated file system mounting tools may provide unprivileged users with the ability to access local media and network shares. If this access is not necessary for the system’s operation, it must be disabled to reduce the risk of unauthorized access to these resources. |
STIG | Date |
---|---|
IBM AIX 7.x Security Technical Implementation Guide | 2021-06-16 |
Check Text ( C-16593r294636_chk ) |
---|
Determine if the system uses "automated" by using command: # lssrc -s automountd Subsystem Group PID Status automountd autofs inoperative If the automountd process is active, this is a finding. |
Fix Text (F-16591r294637_fix) |
---|
Disable the automated file system mounting tools. Empty the /etc/auto_master file. From the command prompt, run the following command: # stopsrc -s automountd |